home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / util / misc / tritonrexx376.lha / TritonRexx / ARexxControl / ARexxControl.strings < prev    next >
Text File  |  1995-09-16  |  6KB  |  210 lines

  1. /*
  2. ** $VER: ARexxControl.strings 1.1 (16.9.95) ©1995 by Jürgen Kohrmeyer
  3. **
  4. ** Standard-Strings für ARexxControl
  5. */
  6.  
  7. MSG_MAIN_MENU_PROJECT = 0
  8. MSG_MAIN_MENUITEM_NEW = 1
  9. MSG_MAIN_MENUITEM_OPEN = 2
  10. MSG_MAIN_MENUITEM_SAVE = 3
  11. MSG_MAIN_MENUITEM_SAVEAS = 4
  12. MSG_MAIN_MENUITEM_PREFS = 5
  13. MSG_MAIN_MENUITEM_ABOUT = 6
  14. MSG_MAIN_MENUITEM_ICONIFY = 7
  15. MSG_MAIN_MENUITEM_QUIT = 8
  16. MSG_MAIN_FRAMEBOX_LIST = 9
  17. MSG_MAIN_GAD_ADD = 10
  18. MSG_MAIN_GAD_REMOVE = 11
  19. MSG_MAIN_GAD_ARGS = 12
  20. MSG_MAIN_GAD_SORT = 13
  21. MSG_MAIN_GAD_UP = 14
  22. MSG_MAIN_GAD_DOWN = 15
  23. MSG_MAIN_GAD_ICON = 16
  24. MSG_MAIN_GAD_BACKUP = 17
  25. MSG_MAIN_GAD_EDIT = 18
  26. MSG_MAIN_GAD_START = 19
  27. MSG_MAIN_SEPARATOR_AREXX = 20
  28. MSG_MAIN_GAD_TRACE = 21
  29. MSG_MAIN_GAD_HALT = 22
  30. MSG_MAIN_GAD_SHELL = 23
  31. MSG_MAIN_SEPARATOR_TRX = 24
  32. MSG_MAIN_GAD_FLUSHTRX = 25
  33. MSG_MAIN_SEPARATOR_LISTS = 26
  34. MSG_MAIN_GAD_LIBS = 27
  35. MSG_MAIN_GAD_CLIPS = 28
  36. MSG_MAIN_GAD_OTHER = 29
  37. MSG_MAIN_SEPARATOR_PROGRAM = 30
  38. MSG_MAIN_GAD_PREFS = 31
  39. MSG_MAIN_GAD_ICONIFY = 32
  40. MSG_MAIN_GAD_QUIT = 33
  41. MSG_SETARGS_TITLE = 34
  42. MSG_SETARGS_FRAMEBOX = 35
  43. MSG_LIBLIST_TITLE = 36
  44. MSG_LIBLIST_FRAMEBOX = 37
  45. MSG_LIBLIST_GAD_ADDLIB = 38
  46. MSG_LIBLIST_GAD_REMLIB = 39
  47. MSG_LIBLIST_GAD_UPDATE = 40
  48. MSG_CLIPLIST_TITLE = 41
  49. MSG_CLIPLIST_FRAMEBOX = 42
  50. MSG_CLIPLIST_GAD_SETCLIP = 43
  51. MSG_CLIPLIST_GAD_DELETE = 44
  52. MSG_CLIPLIST_GAD_UPDATE = 45
  53. MSG_SETCLIP_TITLE = 46
  54. MSG_SETCLIP_FRAMEBOX = 47
  55. MSG_SETCLIP_GAD_NAME = 48
  56. MSG_SETCLIP_GAD_VALUE = 49
  57. MSG_OTHERLISTS_TITLE = 50
  58. MSG_OTHERLISTS_FRAMEBOX = 51
  59. MSG_OTHERLISTS_GAD_CYCLE = 52
  60. MSG_OTHERLISTS_GAD_UPDATE = 53
  61. MSG_PREFS_TITLE = 54
  62. MSG_PREFS_FRAMEBOX_CONSOLE = 55
  63. MSG_PREFS_GAD_SHELL_INPUT = 56
  64. MSG_PREFS_GAD_SHELL_OUTPUT = 57
  65. MSG_PREFS_GAD_DEFAULT_CONSOLE = 58
  66. MSG_PREFS_FRAMEBOX_MISC = 59
  67. MSG_PREFS_GAD_ICON = 60
  68. MSG_PREFS_GAD_BACKUPDIR = 61
  69. MSG_PREFS_GAD_AREXXDIR = 62
  70. MSG_PREFS_GAD_LIBDIR = 63
  71. MSG_PREFS_GAD_EDITOR = 64
  72. MSG_PREFS_GAD_PUBSCREEN = 65
  73. MSG_SCREENLIST_TTTLE = 66
  74. MSG_ABOUT_TITLE = 67
  75. MSG_ABOUT_1 = 68
  76. MSG_ABOUT_2 = 69
  77. MSG_ABOUT_3 = 70
  78. MSG_ABOUT_4 = 71
  79. MSG_FILEREQ_LOAD_PROJECT = 72
  80. MSG_FILEREQ_SAVE_PROJECT = 73
  81. MSG_FILEREQ_SELECT_EDITOR = 74
  82. MSG_FILEREQ_SELECT_ICON = 75
  83. MSG_FILEREQ_SELECT_DRAWER = 76
  84. MSG_FILEREQ_ADD_FILES = 77
  85. MSG_FILEREQ_ADD_LIB = 78
  86. MSG_REQ_PROJECT_CHANGED = 79
  87. MSG_REQ_REALLY_QUIT = 80
  88. MSG_REQ_SAVE_QUIT_GADS = 81
  89. MSG_REQ_REALLY_REMOVE = 82
  90. MSG_REQ_SAVE_REMOVE_GADS = 83
  91. MSG_REQ_REALLY_OPEN = 84
  92. MSG_REQ_SAVE_OPEN_GADS = 85
  93. MSG_REQ_REMOVE_SCRIPT = 86
  94. MSG_REQ_REMOVE_SCRIPT_GADS = 87
  95. MSG_REQ_REMOVE_LIB = 88
  96. MSG_REQ_REMOVE_LIB_GADS = 89
  97. MSG_REQ_GAD_OKAY = 90
  98. MSG_REQ_GAD_USE = 91
  99. MSG_REQ_GAD_CANCEL = 92
  100. ERROR_CANNOT_OPEN_FILE = 93
  101. ERROR_CANNOT_READ_FILE = 94
  102. ERROR_CANNOT_CREATE_APP = 95
  103. ERROR_CANNOT_OPEN_WINDOW = 96
  104. ERROR_CANNOT_ICONIFY_WINDOW = 97
  105. ERROR_CANNOT_OPEN_TRITONREXX = 98
  106. ERROR_CANNOT_OPEN_REXXTRICKS = 99
  107. ERROR_CANNOT_OPEN_REXXSUPPORT = 100
  108.  
  109. strings.0 = "Project"
  110. strings.1 = "N_New"
  111. strings.2 = "O_Open..."
  112. strings.3 = "S_Save"
  113. strings.4 = "A_Save as..."
  114. strings.5 = "P_Prefs..."
  115. strings.6 = "?_About..."
  116. strings.7 = "I_Iconify"
  117. strings.8 = "Q_Quit..."
  118. strings.9 = "ARexx-Scripts"
  119. strings.10 = "_Add..."
  120. strings.11 = "_Remove..."
  121. strings.12 = "Argu_ments..."
  122. strings.13 = "S_ort"
  123. strings.14 = "_<"
  124. strings.15 = "_>"
  125. strings.16 = "_Icon"
  126. strings.17 = "_Backup"
  127. strings.18 = "_Edit"
  128. strings.19 = "_Start"
  129. strings.20 = "ARexx"
  130. strings.21 = "_Tracing On/Off"
  131. strings.22 = "_Global HALT"
  132. strings.23 = "ARexx_-Shell"
  133. strings.24 = "TritonRexx"
  134. strings.25 = "FlushTR_X"
  135. strings.26 = "Lists"
  136. strings.27 = "ARexx-_Libraries..."
  137. strings.28 = "ARexx-_Clips..."
  138. strings.29 = "Ot_her List..."
  139. strings.30 = "Program"
  140. strings.31 = "Pre_fs..."
  141. strings.32 = "Iconif_y"
  142. strings.33 = "_Quit"
  143. strings.34 = "Set args"
  144. strings.35 = "A_rgs for"
  145. strings.36 = "List of ARexx-Libraries"
  146. strings.37 = "ARexx-Libraries in order of search"
  147. strings.38 = "_AddLib..."
  148. strings.39 = "_RemLib"
  149. strings.40 = "_Update"
  150. strings.41 = "List of ARexx-Clips"
  151. strings.42 = "ARexx-Clips with contents"
  152. strings.43 = "_SetClip..."
  153. strings.44 = "_Delete"
  154. strings.45 = "_Update"
  155. strings.46 = "SetClip"
  156. strings.47 = "Args for SetClip()"
  157. strings.48 = "_Name"
  158. strings.49 = "_Value"
  159. strings.50 = "Other lists"
  160. strings.51 = "Choose a list"
  161. strings.52 = "_List"
  162. strings.53 = "_Update"
  163. strings.54 = "Prefs"
  164. strings.55 = "ARexx-Console"
  165. strings.56 = "Shell _input"
  166. strings.57 = "Shell outp_ut"
  167. strings.58 = "_Default console"
  168. strings.59 = "Misc"
  169. strings.60 = "Ic_on"
  170. strings.61 = "_Backup-Dir"
  171. strings.62 = "A_Rexx-Dir"
  172. strings.63 = "_Library-Dir"
  173. strings.64 = "_Editor"
  174. strings.65 = "Public_Screen"
  175. strings.66 = "Select pubscreen"
  176. strings.67 = "About"
  177. strings.68 = "This application uses the 'Triton GUI creation system'"
  178. strings.69 = "'Triton' is (C) by Stefan Zeiger <s.zeiger@laren.rhein-main.de>"
  179. strings.70 = "This application uses the 'tritonrexx.library'"
  180. strings.71 = "'tritonrexx.library' is (C) by Jürgen Kohrmeyer <j_kohrmeyer@wilam.north.de>"
  181. strings.72 = "Load project"
  182. strings.73 = "Save project"
  183. strings.74 = "Select editor"
  184. strings.75 = "Select icon"
  185. strings.76 = "Select drawer"
  186. strings.77 = "Select files to add"
  187. strings.78 = "Select library to add"
  188. strings.79 = "The project has been changed!"
  189. strings.80 = "Really quit program?"
  190. strings.81 = "_Quit|_Save & Quit|_Cancel"
  191. strings.82 = "Really remove all scripts?"
  192. strings.83 = "_Remove|_Save & Remove|_Cancel"
  193. strings.84 = "Really open a new project?"
  194. strings.85 = "_Open|_Save & Open|_Cancel"
  195. strings.86 = "Remove this file?"
  196. strings.87 = "_Remove|_Cancel"
  197. strings.88 = "Remove this Library?"
  198. strings.89 = "_Remove|_Cancel"
  199. strings.90 = "_Okay"
  200. strings.91 = "_Use"
  201. strings.92 = "_Cancel"
  202. strings.93 = "Cannot open file"
  203. strings.94 = "Error reading file"
  204. strings.95 = "Cannot create Application!"
  205. strings.96 = "Cannot open window!"
  206. strings.97 = "Cannot iconify window!"
  207. strings.98 = "Cannot open 'tritonrexx.library'!"
  208. strings.99 = "Cannot open 'rexxtricks.library'!"
  209. strings.100 = "Cannot open 'rexxsupport.library'!"
  210.